home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-12-15 | 1.4 KB | 34 lines | [TEXT/GEOL] |
- Item 2100523 14-Dec-89 12:06
-
- From: D1974 NorthWest Rsch Assoc, D Lucas,PRT
-
- To: MACDTS Macintosh Developer Tech. Supt.
- MACAPP.TECH$ MacApp Technical
-
- cc: SCHMUCKER1 Schmucker, Kurt
- D1304 Donoho Design Group, A Donoho,PRT
- D1974 NorthWest Rsch Assoc, D Lucas,PRT
-
- Sub: Main segment too big
-
- I've just adding printing to my application and find that the Main segment is
- too large (> 32K) when I attempt to build a debug version. All of my own code,
- which is a mixture of Object Pascal and C, is segmented such that none of my
- routines are included in Main. The combination of all the stuff from MacApp
- explicitly placed in Main plus the various C library functions that the linker
- wants to put in Main is just too much with debugging and printing.
-
- I'm using MPW 3.0 and MacApp 2.0ß9.
-
- What is the best way to get around this problem? Do I have to change some of
- the "{$S Main}" directives in the MacApp source? If so, which ones? Or, is
- there some way force some of the C library functions into other segments? Or
- have I done something wrong?
-
- Please send any suggestions to my AppleLink address, as I am not currently
- tracking MACAPP.TECH$.
-
- Dave Lucas
- Visualogic, Inc.
-
-